AI020
Eloquent JavaScript: A Modern Introduction to Programming
Server-Side Development with Node.js
Learning Objectives
- Understand the asynchronous, event-driven architecture of Node.js
- Configure project environments and manage dependencies using NPM
- Build a functional HTTP server using built-in core modules
- Implement asynchronous patterns using Promises and Async/Await